Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cryptotest] add ECDSA Verify test uJSON API definitions #21114

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

RyanTorok
Copy link
Contributor

@RyanTorok RyanTorok commented Jan 30, 2024

This PR adds the uJSON API definition for the ECDSA test harness. The API specifies how test cases are delivered from the Rust test harness (#21113) to the device firmware (#20853), and how the results are sent back.

This PR has no unmerged dependencies, but #21113 and #20853 depend on this PR.

@RyanTorok RyanTorok marked this pull request as ready for review January 30, 2024 19:15
@RyanTorok RyanTorok requested a review from a team as a code owner January 30, 2024 19:15
@RyanTorok RyanTorok requested review from moidx and removed request for a team January 30, 2024 19:15
@RyanTorok RyanTorok force-pushed the cryptotest-ecdsa-ujson branch from 12ed12c to 2640e8a Compare February 13, 2024 12:59
@RyanTorok RyanTorok force-pushed the cryptotest-ecdsa-ujson branch from 2640e8a to ba8fe50 Compare February 15, 2024 01:36
@RyanTorok RyanTorok force-pushed the cryptotest-ecdsa-ujson branch from ba8fe50 to 442df23 Compare February 15, 2024 01:39
@RyanTorok RyanTorok added the CherryPick:earlgrey_es_sival This PR should be cherry-picked to earlgrey_es_sival label Feb 15, 2024
@jadephilipoom jadephilipoom merged commit ee12f7d into lowRISC:master Feb 15, 2024
33 checks passed
Copy link

Backport failed for earlgrey_es_sival, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin earlgrey_es_sival
git worktree add -d .worktree/backport-21114-to-earlgrey_es_sival origin/earlgrey_es_sival
cd .worktree/backport-21114-to-earlgrey_es_sival
git switch --create backport-21114-to-earlgrey_es_sival
git cherry-pick -x 442df237f8ef25c05c7e2e03ee9020a695872969

@RyanTorok
Copy link
Contributor Author

This PR was added on top of #21375 because it could not be cherry-picked directly onto earlgrey_es_sival.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPick:earlgrey_es_sival This PR should be cherry-picked to earlgrey_es_sival
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants